git notes
commit logとは別に、commitに対してnoteを残せる
通常のcommitとは異なり、他人のcommitに対してもnoteを書ける
git logすれば見れる
$ git notes edit <sha>
noteを書く
$ git notes remove <sha>
noteの削除
#??
他人には見える?
https://sinsoku.hatenablog.com/entry/2021/01/06/210452